html, body, div, span, iframe, h1, h2, h3,
h4, h5, h6,  abbr,  img,  ul, li,
 form, label,  table,
 tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #333;
}
:focus {
    outline: 0;
}


a img, iframe {
    border: none;
}
ol, ul {
    list-style: none;
}
input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}
select {
    margin: inherit;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
a{
    text-decoration: none;
    color: #333;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
    color: #333;
}
a:visited {text-decoration:none;} 
a:active {color:#333;} 
.conter{
    width: 1140px;
    margin: 0 auto;
}

@font-face{
    font-family: 'wuti';
    src: url("../fonts/glyphicons-halflings-regular.eot");
    src: local("fontname Regular"),
        local('fontname'),
        url('../fonts/glyphicons-halflings-regular.woff') format('woff'),
        url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),
        url('../fonts/glyphicons-halflings-regular.svg') format('svg');

}